Autogenerated HTML docs for v1.7.5.2-353-g5df3e 
diff --git a/git-config.html b/git-config.html index 59c73b2..de0baf3 100644 --- a/git-config.html +++ b/git-config.html 
@@ -454,44 +454,50 @@  The default is to assume the config file of the current repository,   .git/config unless defined otherwise with GIT_DIR and GIT_CONFIG   (see <a href="#FILES">[FILES]</a>).</p></div>  -<div class="paragraph"><p>This command will fail if:</p></div>  +<div class="paragraph"><p>This command will fail (with exit code ret) if:</p></div>   <div class="olist arabic"><ol class="arabic">   <li>   <p>  -The config file is invalid,  +The config file is invalid (ret=3),   </p>   </li>   <li>   <p>  -Can not write to the config file,  +can not write to the config file (ret=4),   </p>   </li>   <li>   <p>  -no section was provided,  +no section or name was provided (ret=2),   </p>   </li>   <li>   <p>  -the section or key is invalid,  +the section or key is invalid (ret=1),   </p>   </li>   <li>   <p>  -you try to unset an option which does not exist,  +you try to unset an option which does not exist (ret=5),   </p>   </li>   <li>   <p>  -you try to unset/set an option for which multiple lines match, or  +you try to unset/set an option for which multiple lines match (ret=5),   </p>   </li>   <li>   <p>  -you use <em>--global</em> option without $HOME being properly set.  +you try to use an invalid regexp (ret=6), or  +</p>  +</li>  +<li>  +<p>  +you use <em>--global</em> option without $HOME being properly set (ret=128).   </p>   </li>   </ol></div>  +<div class="paragraph"><p>On success, the command returns the exit code 0.</p></div>   </div>   <h2 id="_options">OPTIONS</h2>   <div class="sectionbody">  @@ -4467,7 +4473,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2011-03-15 23:30:13 UTC  +Last updated 2011-05-23 23:05:02 UTC   </div>   </div>   </body>